home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / sheep_escape.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2012-01-07  |  241 b   |  8 lines

  1. num = _root.getBytesLoaded() / _root.getBytesTotal();
  2. if(num < 1)
  3. {
  4.    gotoAndPlay(_currentframe - 1);
  5.    loadingbar._xscale = num * 100;
  6.    percent = Math.round(_root.getBytesLoaded() / _root.getBytesTotal() * 100) add "% loaded";
  7. }
  8.